runtime.specialsIter.s (field)
14 uses
runtime (current package)
mgcsweep.go#L550: objIndex := uintptr(siter.s.offset) / size
mgcsweep.go#L558: for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
mgcsweep.go#L570: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L573: special := siter.s
mgcsweep.go#L586: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L589: special := siter.s
mgcsweep.go#L597: if siter.s.kind == _KindSpecialReachable {
mheap.go#L2276: s *special
mheap.go#L2284: return i.s != nil
mheap.go#L2288: i.pprev = &i.s.next
mheap.go#L2289: i.s = *i.pprev
mheap.go#L2295: cur := i.s
mheap.go#L2296: i.s = cur.next
mheap.go#L2297: *i.pprev = i.s
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |